Tootsville::Powerset

Function

Powerset names a function, with lambda list (LIST):

Create a powerset of the unordered elements of LIST.

(powerset '(:a :b :c))
((:A :B :C) (:B :C) (:A :C) (:C) (:A :B) (:B) (:A) NIL)

File

Defined in file src/db/memcached.lisp.